Class: Aws::Inspector::Types::InvalidCrossAccountRoleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::InvalidCrossAccountRoleException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#error_code ⇒ String
Code that indicates the type of error that is generated.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can immediately retry your request.
1649 1650 1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-inspector/types.rb', line 1649 class InvalidCrossAccountRoleException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Code that indicates the type of error that is generated.
1649 1650 1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-inspector/types.rb', line 1649 class InvalidCrossAccountRoleException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
1649 1650 1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-inspector/types.rb', line 1649 class InvalidCrossAccountRoleException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |