Class: Aws::PcaConnectorScep::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PcaConnectorScep::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-pcaconnectorscep/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_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
149 150 151 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 149 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
154 155 156 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 154 def @message || @data[:message] end |
#quota_code ⇒ String
169 170 171 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 169 def quota_code @data[:quota_code] end |
#resource_type ⇒ String
159 160 161 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 159 def resource_type @data[:resource_type] end |
#service_code ⇒ String
164 165 166 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 164 def service_code @data[:service_code] end |