Class: Aws::ManagedBlockchainQuery::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ManagedBlockchainQuery::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-managedblockchainquery/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.
112 113 114 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 112 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
117 118 119 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 117 def @message || @data[:message] end |
#quota_code ⇒ String
137 138 139 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 137 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
122 123 124 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 122 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
127 128 129 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 127 def resource_type @data[:resource_type] end |
#service_code ⇒ String
132 133 134 |
# File 'lib/aws-sdk-managedblockchainquery/errors.rb', line 132 def service_code @data[:service_code] end |