Class: Aws::SSM::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ServiceQuotaExceededException
- Defined in:
- 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.
1980 1981 1982 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1980 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1985 1986 1987 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1985 def @message || @data[:message] end |
#quota_code ⇒ String
2000 2001 2002 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2000 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
1990 1991 1992 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1990 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
1995 1996 1997 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1995 def resource_type @data[:resource_type] end |
#service_code ⇒ String
2005 2006 2007 |
# File 'lib/aws-sdk-ssm/errors.rb', line 2005 def service_code @data[:service_code] end |