Class: Aws::SSM::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
-
#message ⇒ String
-
#quota_code ⇒ String
-
#resource_id ⇒ String
-
#resource_type ⇒ String
-
#service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
1996 1997 1998 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1996 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2001 2002 2003 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2001 def @message || @data[:message] end |
#quota_code ⇒ String
2016 2017 2018 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2016 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
2006 2007 2008 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2006 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
2011 2012 2013 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2011 def resource_type @data[:resource_type] end |
#service_code ⇒ String
2021 2022 2023 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 2021 def service_code @data[:service_code] end |