Class: Aws::Inspector::Errors::InvalidCrossAccountRoleException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Inspector::Errors::InvalidCrossAccountRoleException
- Defined in:
- lib/aws-sdk-inspector/errors.rb
Instance Method Summary collapse
- #can_retry ⇒ String
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCrossAccountRoleException
constructor
A new instance of InvalidCrossAccountRoleException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCrossAccountRoleException
Returns a new instance of InvalidCrossAccountRoleException.
158 159 160 |
# File 'lib/aws-sdk-inspector/errors.rb', line 158 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#can_retry ⇒ String
173 174 175 |
# File 'lib/aws-sdk-inspector/errors.rb', line 173 def can_retry @data[:can_retry] end |
#error_code ⇒ String
168 169 170 |
# File 'lib/aws-sdk-inspector/errors.rb', line 168 def error_code @data[:error_code] end |
#message ⇒ String
163 164 165 |
# File 'lib/aws-sdk-inspector/errors.rb', line 163 def @message || @data[:message] end |