Class: Aws::RAM::Errors::ResourceShareInvitationArnNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RAM::Errors::ResourceShareInvitationArnNotFoundException
- Defined in:
- lib/aws-sdk-ram/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceShareInvitationArnNotFoundException
constructor
A new instance of ResourceShareInvitationArnNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceShareInvitationArnNotFoundException
Returns a new instance of ResourceShareInvitationArnNotFoundException.
340 341 342 |
# File 'lib/aws-sdk-ram/errors.rb', line 340 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
345 346 347 |
# File 'lib/aws-sdk-ram/errors.rb', line 345 def @message || @data[:message] end |