Class: Aws::Macie::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Macie::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-macie/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
111 112 113 |
# File 'lib/aws-sdk-macie/errors.rb', line 111 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
116 117 118 |
# File 'lib/aws-sdk-macie/errors.rb', line 116 def error_code @data[:error_code] end |
#message ⇒ String
121 122 123 |
# File 'lib/aws-sdk-macie/errors.rb', line 121 def @message || @data[:message] end |
#resource_type ⇒ String
126 127 128 |
# File 'lib/aws-sdk-macie/errors.rb', line 126 def resource_type @data[:resource_type] end |