Class: Aws::Shield::Errors::LimitsExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Shield::Errors::LimitsExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-shield/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitsExceededException
constructor
A new instance of LimitsExceededException.
- #limit ⇒ String
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitsExceededException
Returns a new instance of LimitsExceededException.
170 171 172 |
# File 'lib/aws-sdk-shield/errors.rb', line 170 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
185 |
# File 'lib/aws-sdk-shield/errors.rb', line 185
def limit: () -> ::String
|
#message ⇒ String
175 |
# File 'lib/aws-sdk-shield/errors.rb', line 175
def message: () -> ::String
|
#type ⇒ String
180 |
# File 'lib/aws-sdk-shield/errors.rb', line 180
def type: () -> ::String
|