Error represents an IAM API error with code and underlying error.
| 312 | |
| 313 | // Error represents an IAM API error with code and underlying error. |
| 314 | type Error struct { |
| 315 | Code string |
| 316 | Error error |
| 317 | } |
| 318 | |
| 319 | // Policies stores IAM policies (used for managed policy storage). |
| 320 | type Policies struct { |
nothing calls this directly
no outgoing calls
no test coverage detected